diff options
| author | real-zephex <[email protected]> | 2024-04-18 21:43:02 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-18 21:43:02 +0530 |
| commit | ec888b9bec997456368d03579e569929f3745307 (patch) | |
| tree | 0932acf009654212c4fe4663858482cd22ab7bd8 /src/app/manga/[title]/title.module.css | |
| parent | minor fixes (diff) | |
| download | dramalama-ec888b9bec997456368d03579e569929f3745307.tar.xz dramalama-ec888b9bec997456368d03579e569929f3745307.zip | |
feature added: tracker for mangas
Diffstat (limited to 'src/app/manga/[title]/title.module.css')
| -rw-r--r-- | src/app/manga/[title]/title.module.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css index 8a87422..e7842d5 100644 --- a/src/app/manga/[title]/title.module.css +++ b/src/app/manga/[title]/title.module.css @@ -11,7 +11,7 @@ .SearchedFor { color: white; text-align: center; - font-family: "Poppins"; + font-family: "Lexend Deca", serif; font-size: 26px; } @@ -42,10 +42,11 @@ .MangaInfo { color: white; margin-left: 20px; + font-family: "Atkinson Hyperlegible"; } .MangaTitle { - font-family: "Lato"; + font-family: "Lexend Deca", serif; margin: 0px; font-size: 22px; color: var(--neon-green); @@ -53,14 +54,18 @@ .MangaStatus { color: var(--soft-purple); + font-family: "Poppins", serif; + } .MangaVolume { color: #FFACAC; + font-family: "Poppins", serif; } .MangaChapters { - color: #FFEBB4 + color: #FFEBB4; + font-family: "Poppins", serif; } @media screen and (max-width: 768px) { |